Another Plank for the Platform

In this recipe we find out on what platform the browser is running.

The navigator.platform property says this is a(n) platform.

Discussion

In addition to knowing which browser or browser version you have, it's often helpful to know on which platform the browser is running. This is because not all browsers offer the same set of features on all platforms.

For example, the MacIntosh version of a browser might not have built-in support for Microsoft's WAV-formatted audio files. The easiest place to find out about browser compatibility issues is the Usenet newsgroup comp.lang.javascript. You might even find information from your authors there!

Copyright ©1998 by Charles River Media, All Rights Reserved